Bump to 0.24.0
authorAlex Crichton <alex@alexcrichton.com>
Sun, 15 Oct 2017 15:30:11 +0000 (08:30 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 15 Oct 2017 15:30:11 +0000 (08:30 -0700)
It's that time of the year again!

Cargo.lock
Cargo.toml
src/crates-io/Cargo.toml

index 714bd6e1d40ee9e6b3ee61aeaee2ca0309163609..b94788e209f80884bf01f8e68376d72440c99492 100644 (file)
@@ -1,12 +1,12 @@
 [root]
 name = "cargo"
-version = "0.23.0"
+version = "0.24.0"
 dependencies = [
  "atty 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  "cargotest 0.1.0",
  "core-foundation 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "crates-io 0.12.0",
+ "crates-io 0.13.0",
  "crossbeam 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "crypto-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -125,7 +125,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 name = "cargotest"
 version = "0.1.0"
 dependencies = [
- "cargo 0.23.0",
+ "cargo 0.24.0",
  "filetime 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
  "flate2 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
  "git2 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -198,7 +198,7 @@ dependencies = [
 
 [[package]]
 name = "crates-io"
-version = "0.12.0"
+version = "0.13.0"
 dependencies = [
  "curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
  "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
index 2aea7fbfcca072eb0ea4a0d951deee4905870b98..e452e30028bc807f283c2b09079e65f746259f1f 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.23.0"
+version = "0.24.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
@@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"
 
 [dependencies]
 atty = "0.2"
-crates-io = { path = "src/crates-io", version = "0.12" }
+crates-io = { path = "src/crates-io", version = "0.13" }
 crossbeam = "0.3"
 crypto-hash = "0.3"
 curl = "0.4.6"
index 25a07376d020389624847eee2c74005a79ca18b0..c26abb5fb94672d90febea94d0801b294356c036 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.12.0"
+version = "0.13.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"